home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / amitcp / amitcp-sdk-4.3 / netinclude / stat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-03  |  339 b   |  15 lines

  1. #ifndef STAT_H
  2. #define STAT_H \
  3.        "$Id: stat.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $ "
  4. /*
  5.  *      Unix compatible stat()
  6.  * 
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11. #ifndef SYS_STAT_H
  12. #include <sys/stat.h>
  13. #endif
  14. #endif
  15.